"./vfs.test -test.v -test.timeout 1h0m0s -remote TestFilesCom: -verbose -test.run '^(TestDirMkdir|TestDirStat|TestFileOpen|TestFileOpenRead|TestReadFileHandleFlush)$|^TestFileRename$/^minimal,forceCache=false$|^TestFileSetModTime$/^cache=off,open=true,write=true$'" - Starting (try 2/5) 2025/02/13 22:28:35 DEBUG : Creating backend with remote "TestFilesCom:rclone-test-kabikeg0bupi" 2025/02/13 22:28:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/13 22:28:36 DEBUG : Creating backend with remote "/tmp/rclone4158751985" === RUN TestDirStat run.go:180: Remote "files root 'rclone-test-kabikeg0bupi'", Local "Local file system at /tmp/rclone4158751985", Modify Window "1s" 2025/02/13 22:28:36 INFO : files root 'rclone-test-kabikeg0bupi': poll-interval is not supported by this remote 2025/02/13 22:28:38 DEBUG : WaitForWriters: timeout=30s 2025/02/13 22:28:38 DEBUG : dir: Looking for writers 2025/02/13 22:28:38 DEBUG : file1: reading active writers 2025/02/13 22:28:38 DEBUG : : Looking for writers 2025/02/13 22:28:38 DEBUG : dir: reading active writers 2025/02/13 22:28:38 DEBUG : >WaitForWriters: --- PASS: TestDirStat (2.96s) === RUN TestDirMkdir run.go:180: Remote "files root 'rclone-test-kabikeg0bupi'", Local "Local file system at /tmp/rclone4158751985", Modify Window "1s" 2025/02/13 22:28:39 INFO : files root 'rclone-test-kabikeg0bupi': poll-interval is not supported by this remote 2025/02/13 22:28:40 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2025/02/13 22:28:41 DEBUG : WaitForWriters: timeout=30s 2025/02/13 22:28:41 DEBUG : dir/sub: Looking for writers 2025/02/13 22:28:41 DEBUG : dir: Looking for writers 2025/02/13 22:28:41 DEBUG : file1: reading active writers 2025/02/13 22:28:41 DEBUG : sub: reading active writers 2025/02/13 22:28:41 DEBUG : : Looking for writers 2025/02/13 22:28:41 DEBUG : dir: reading active writers 2025/02/13 22:28:41 DEBUG : >WaitForWriters: 2025/02/13 22:28:42 DEBUG : pacer: low level retry 1/10 (error Folder Not Empty - `Folder rclone-test-kabikeg0bupi/dir not empty`) 2025/02/13 22:28:42 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/02/13 22:28:42 DEBUG : pacer: Reducing sleep to 15ms 2025/02/13 22:28:42 DEBUG : pacer: Reducing sleep to 11.25ms --- PASS: TestDirMkdir (3.37s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:180: Remote "files root 'rclone-test-kabikeg0bupi'", Local "Local file system at /tmp/rclone4158751985", Modify Window "1s" 2025/02/13 22:28:42 INFO : files root 'rclone-test-kabikeg0bupi': poll-interval is not supported by this remote 2025/02/13 22:28:43 DEBUG : pacer: Reducing sleep to 10ms 2025/02/13 22:28:45 DEBUG : Can set mod time: true 2025/02/13 22:28:45 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2025/02/13 22:28:45 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2025/02/13 22:28:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/02/13 22:28:45 DEBUG : files root 'rclone-test-kabikeg0bupi': File to upload is small (5 bytes), uploading instead of streaming 2025/02/13 22:28:45 DEBUG : dir/file1: Dst hash empty - aborting Src hash check 2025/02/13 22:28:45 DEBUG : dir/file1: Size of src and dst objects identical 2025/02/13 22:28:45 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2025/02/13 22:28:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/02/13 22:28:45 DEBUG : WaitForWriters: timeout=30s 2025/02/13 22:28:45 DEBUG : dir: Looking for writers 2025/02/13 22:28:45 DEBUG : file1: reading active writers 2025/02/13 22:28:45 DEBUG : : Looking for writers 2025/02/13 22:28:45 DEBUG : dir: reading active writers 2025/02/13 22:28:45 DEBUG : >WaitForWriters: 2025/02/13 22:28:46 DEBUG : WaitForWriters: timeout=30s 2025/02/13 22:28:46 DEBUG : dir: Looking for writers 2025/02/13 22:28:46 DEBUG : file1: reading active writers 2025/02/13 22:28:46 DEBUG : : Looking for writers 2025/02/13 22:28:46 DEBUG : dir: reading active writers 2025/02/13 22:28:46 DEBUG : >WaitForWriters: --- PASS: TestFileSetModTime (4.30s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (4.30s) === RUN TestFileOpenRead run.go:180: Remote "files root 'rclone-test-kabikeg0bupi'", Local "Local file system at /tmp/rclone4158751985", Modify Window "1s" 2025/02/13 22:28:46 INFO : files root 'rclone-test-kabikeg0bupi': poll-interval is not supported by this remote fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:178 Error: Should be true Test: TestFileOpenRead Messages: listing wrong, want dir/file1 (14) got fstest.go:197: Not found "dir/file1" fstest.go:200: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:200 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:304 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:28 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:178 Error: Not equal: expected: 0 actual : 1 Test: TestFileOpenRead Messages: 1 objects not found file_test.go:31: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:31 /home/rclone/go/src/github.com/rclone/rclone/vfs/file_test.go:178 Error: Received unexpected error: file does not exist Test: TestFileOpenRead 2025/02/13 22:28:55 DEBUG : WaitForWriters: timeout=30s 2025/02/13 22:28:55 DEBUG : : Looking for writers 2025/02/13 22:28:55 DEBUG : >WaitForWriters: --- FAIL: TestFileOpenRead (8.44s) === RUN TestFileOpen run.go:180: Remote "files root 'rclone-test-kabikeg0bupi'", Local "Local file system at /tmp/rclone4158751985", Modify Window "1s" 2025/02/13 22:28:55 INFO : files root 'rclone-test-kabikeg0bupi': poll-interval is not supported by this remote 2025/02/13 22:28:57 DEBUG : dir/file1: Open: flags=O_RDONLY 2025/02/13 22:28:57 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2025/02/13 22:28:57 DEBUG : dir/file1: Open: flags=O_WRONLY 2025/02/13 22:28:57 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2025/02/13 22:28:57 DEBUG : dir/file1: Open: flags=O_RDWR 2025/02/13 22:28:57 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2025/02/13 22:28:57 DEBUG : dir/file1: Open: flags=0x3 2025/02/13 22:28:57 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2025/02/13 22:28:57 DEBUG : dir/file1: >Open: fd=, err=permission denied 2025/02/13 22:28:57 DEBUG : WaitForWriters: timeout=30s 2025/02/13 22:28:57 DEBUG : dir: Looking for writers 2025/02/13 22:28:57 DEBUG : file1: reading active writers 2025/02/13 22:28:57 DEBUG : : Looking for writers 2025/02/13 22:28:57 DEBUG : dir: reading active writers 2025/02/13 22:28:57 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (2.43s) === RUN TestFileRename === RUN TestFileRename/minimal,forceCache=false run.go:180: Remote "files root 'rclone-test-kabikeg0bupi'", Local "Local file system at /tmp/rclone4158751985", Modify Window "1s" 2025/02/13 22:28:57 INFO : files root 'rclone-test-kabikeg0bupi': poll-interval is not supported by this remote 2025/02/13 22:28:57 DEBUG : files root 'rclone-test-kabikeg0bupi': vfs cache: root is "/home/rclone/.cache/rclone" 2025/02/13 22:28:57 DEBUG : files root 'rclone-test-kabikeg0bupi': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestFilesCom/rclone-test-kabikeg0bupi" 2025/02/13 22:28:57 DEBUG : files root 'rclone-test-kabikeg0bupi': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestFilesCom/rclone-test-kabikeg0bupi" 2025/02/13 22:28:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestFilesCom/rclone-test-kabikeg0bupi" 2025/02/13 22:28:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/02/13 22:28:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestFilesCom/rclone-test-kabikeg0bupi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestFilesCom/rclone-test-kabikeg0bupi" 2025/02/13 22:28:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestFilesCom/rclone-test-kabikeg0bupi" 2025/02/13 22:28:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2025/02/13 22:28:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestFilesCom/rclone-test-kabikeg0bupi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestFilesCom/rclone-test-kabikeg0bupi" 2025/02/13 22:28:57 INFO : files root 'rclone-test-kabikeg0bupi': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/02/13 22:28:59 DEBUG : WaitForWriters: timeout=30s 2025/02/13 22:28:59 DEBUG : dir: Looking for writers 2025/02/13 22:28:59 DEBUG : file1: reading active writers 2025/02/13 22:28:59 DEBUG : : Looking for writers 2025/02/13 22:28:59 DEBUG : dir: reading active writers 2025/02/13 22:28:59 DEBUG : >WaitForWriters: 2025/02/13 22:28:59 INFO : dir/file1: Moved (server-side) to: newLeaf 2025/02/13 22:28:59 DEBUG : newLeaf: Updating file with newLeaf 0xc000166780 2025/02/13 22:28:59 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/02/13 22:28:59 DEBUG : : Added virtual directory entry vAddFile: "newLeaf" 2025/02/13 22:29:00 INFO : newLeaf: Moved (server-side) to: dir/file1 2025/02/13 22:29:00 DEBUG : dir/file1: Updating file with dir/file1 0xc000166780 2025/02/13 22:29:00 DEBUG : : Added virtual directory entry vDel: "newLeaf" 2025/02/13 22:29:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/02/13 22:29:01 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2025/02/13 22:29:01 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2025/02/13 22:29:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/02/13 22:29:01 DEBUG : dir/file1: File is currently open, delaying rename 0xc000166780 2025/02/13 22:29:01 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/02/13 22:29:01 DEBUG : : Added virtual directory entry vAddFile: "newLeaf" 2025/02/13 22:29:01 DEBUG : files root 'rclone-test-kabikeg0bupi': File to upload is small (25 bytes), uploading instead of streaming 2025/02/13 22:29:01 DEBUG : dir/file1: Dst hash empty - aborting Src hash check 2025/02/13 22:29:01 DEBUG : dir/file1: Size of src and dst objects identical 2025/02/13 22:29:01 DEBUG : : Added virtual directory entry vAddFile: "newLeaf" 2025/02/13 22:29:01 DEBUG : newLeaf: Running delayed rename now 2025/02/13 22:29:02 INFO : dir/file1: Moved (server-side) to: newLeaf 2025/02/13 22:29:02 DEBUG : newLeaf: Updating file with newLeaf 0xc000166780 2025/02/13 22:29:02 DEBUG : WaitForWriters: timeout=30s 2025/02/13 22:29:02 DEBUG : dir: Looking for writers 2025/02/13 22:29:02 DEBUG : : Looking for writers 2025/02/13 22:29:02 DEBUG : dir: reading active writers 2025/02/13 22:29:02 DEBUG : newLeaf: reading active writers 2025/02/13 22:29:02 DEBUG : >WaitForWriters: 2025/02/13 22:29:02 DEBUG : WaitForWriters: timeout=30s 2025/02/13 22:29:02 DEBUG : dir: Looking for writers 2025/02/13 22:29:02 DEBUG : : Looking for writers 2025/02/13 22:29:02 DEBUG : dir: reading active writers 2025/02/13 22:29:02 DEBUG : newLeaf: reading active writers 2025/02/13 22:29:02 DEBUG : >WaitForWriters: 2025/02/13 22:29:02 DEBUG : files root 'rclone-test-kabikeg0bupi': vfs cache: cleaner exiting --- PASS: TestFileRename (5.79s) --- PASS: TestFileRename/minimal,forceCache=false (5.79s) === RUN TestReadFileHandleFlush run.go:180: Remote "files root 'rclone-test-kabikeg0bupi'", Local "Local file system at /tmp/rclone4158751985", Modify Window "1s" 2025/02/13 22:29:03 INFO : files root 'rclone-test-kabikeg0bupi': poll-interval is not supported by this remote run.go:285: Failed to put "dir/file1" to "files root 'rclone-test-kabikeg0bupi'": object not found 2025/02/13 22:29:04 DEBUG : WaitForWriters: timeout=30s 2025/02/13 22:29:04 DEBUG : : Looking for writers 2025/02/13 22:29:04 DEBUG : >WaitForWriters: --- FAIL: TestReadFileHandleFlush (1.11s) FAIL 2025/02/13 22:29:04 DEBUG : files root 'rclone-test-kabikeg0bupi': Purge remote "./vfs.test -test.v -test.timeout 1h0m0s -remote TestFilesCom: -verbose -test.run '^(TestDirMkdir|TestDirStat|TestFileOpen|TestFileOpenRead|TestReadFileHandleFlush)$|^TestFileRename$/^minimal,forceCache=false$|^TestFileSetModTime$/^cache=off,open=true,write=true$'" - Finished ERROR in 29.376860045s (try 2/5): exit status 1: Failed [TestFileOpenRead TestReadFileHandleFlush]