"./vfs.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Starting (try 1/5) === RUN TestDirHandleMethods run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:53:22 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirHandleMethods (3.92s) === RUN TestDirHandleReaddir run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:53:26 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream run.go:125: removing dir "dir/subdir" failed - try 1/3: folder not empty --- PASS: TestDirHandleReaddir (9.65s) === RUN TestDirHandleReaddirnames run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:53:36 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirHandleReaddirnames (3.69s) === RUN TestDirMethods run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:53:39 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream run.go:125: removing dir "dir" failed - try 1/3: folder not empty --- PASS: TestDirMethods (4.66s) === RUN TestDirForgetAll run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:53:44 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirForgetAll (3.71s) === RUN TestDirForgetPath run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:53:48 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirForgetPath (3.69s) === RUN TestDirWalk run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:53:51 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirWalk (9.13s) === RUN TestDirSetModTime run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:54:00 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure --- PASS: TestDirSetModTime (11.33s) === RUN TestDirStat run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:54:12 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirStat (3.73s) === RUN TestDirReadDirAll run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:54:16 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream === RUN TestDirReadDirAll/Virtual dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:300 Error: Not equal: expected: []string{"file1,14,false", "virtualDir,0,true", "virtualFile,20,false"} actual : []string{"file1,14,false", "file2,15,false", "subdir,0,true", "virtualDir,0,true", "virtualFile,20,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=3) { +([]string) (len=5) { (string) (len=14) "file1,14,false", + (string) (len=14) "file2,15,false", + (string) (len=13) "subdir,0,true", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:313 Error: Not equal: expected: []string{"virtualDir,0,true", "virtualDir2,0,true", "virtualFile,20,false", "virtualFile2,100,false"} actual : []string{"file2,15,false", "subdir,0,true", "virtualDir,0,true", "virtualDir2,0,true", "virtualFile,20,false", "virtualFile2,100,false"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) (len=4) { +([]string) (len=6) { + (string) (len=14) "file2,15,false", + (string) (len=13) "subdir,0,true", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:324 Error: Not equal: expected: []string{"file1,14,false", "virtualDir,0,true", "virtualFile,20,false", "virtualFile2,100,false"} actual : []string{"file1,14,false", "file2,15,false", "subdir,0,true", "virtualDir,0,true", "virtualFile,20,false", "virtualFile2,100,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=4) { +([]string) (len=6) { (string) (len=14) "file1,14,false", + (string) (len=14) "file2,15,false", + (string) (len=13) "subdir,0,true", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:329 Error: Not equal: expected: []string{"file1,14,false", "virtualDir,0,true", "virtualFile,20,false", "virtualFile2,100,false"} actual : []string{"file1,14,false", "file2,15,false", "subdir,0,true", "virtualDir,0,true", "virtualFile,20,false", "virtualFile2,100,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=4) { +([]string) (len=6) { (string) (len=14) "file1,14,false", + (string) (len=14) "file2,15,false", + (string) (len=13) "subdir,0,true", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual --- FAIL: TestDirReadDirAll (14.62s) --- FAIL: TestDirReadDirAll/Virtual (5.23s) === RUN TestDirOpen run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:54:30 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/06/12 03:54:33 ERROR : dir/: Can only open directories read only --- PASS: TestDirOpen (3.57s) === RUN TestDirCreate run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:54:34 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream run.go:125: removing dir "dir" failed - try 1/3: folder not empty --- PASS: TestDirCreate (7.15s) === RUN TestDirMkdir run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:54:41 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirMkdir (5.78s) === RUN TestDirMkdirSub run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:54:47 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirMkdirSub (6.62s) === RUN TestDirRemove run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:54:53 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/06/12 03:54:56 ERROR : dir/: Dir.Remove not empty --- PASS: TestDirRemove (3.69s) === RUN TestDirRemoveAll run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:54:57 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirRemoveAll (3.95s) === RUN TestDirRemoveName run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:55:01 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream dir_test.go:504: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:504 Error: Should be true Test: TestDirRemoveName --- FAIL: TestDirRemoveName (4.35s) === RUN TestDirRename run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:55:05 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/06/12 03:55:10 ERROR : dir/not found: Dir.Rename error: file does not exist fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure --- PASS: TestDirRename (17.92s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:55:23 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirFileOpen (8.77s) === RUN TestDirEntryModTimeInvalidation run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:55:32 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream dir_test.go:666: Need DirModTimeUpdatesOnWrite --- SKIP: TestDirEntryModTimeInvalidation (0.34s) === RUN TestDirMetadataExtension run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:55:32 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure --- PASS: TestDirMetadataExtension (11.34s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:55:44 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestFileMethods (3.66s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:55:47 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream run.go:125: removing dir "dir" failed - try 1/3: folder not empty === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:55:55 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:56:08 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" --- PASS: TestFileSetModTime (48.78s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (7.61s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (12.72s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (13.08s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (4.33s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (4.15s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (6.90s) === RUN TestFileOpenRead run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:56:36 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestFileOpenRead (4.26s) === RUN TestFileOpenReadUnknownSize 2025/06/12 03:56:40 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream file_test.go:223: gotContents = "file contents" --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:56:40 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream fstest.go:121: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:121 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:126 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /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:232 Error: Should be true Test: TestFileOpenWrite Messages: dir/file1: Modification time difference too big |-213479h51m35.500000001s| > 1s (want 2001-02-03 04:05:06.499999999 +0000 UTC vs got 2025-06-12 03:56:42 +0000 UTC) (precision 1s) --- FAIL: TestFileOpenWrite (5.41s) === RUN TestFileRemove run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:56:46 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestFileRemove (4.14s) === RUN TestFileRemoveAll run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:56:50 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestFileRemoveAll (4.16s) === RUN TestFileOpen run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:56:54 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestFileOpen (3.83s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:56:58 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure === RUN TestFileRename/minimal,forceCache=false run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:57:21 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream === RUN TestFileRename/minimal,forceCache=true run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:57:29 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure === RUN TestFileRename/writes,forceCache=false run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" === RUN TestFileRename/writes,forceCache=true run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure === RUN TestFileRename/full,forceCache=false run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" --- PASS: TestFileRename (86.55s) --- PASS: TestFileRename/off,forceCache=false (22.96s) --- PASS: TestFileRename/minimal,forceCache=false (7.96s) --- PASS: TestFileRename/minimal,forceCache=true (18.98s) --- PASS: TestFileRename/writes,forceCache=false (8.89s) --- PASS: TestFileRename/writes,forceCache=true (18.84s) --- PASS: TestFileRename/full,forceCache=false (8.94s) === RUN TestFileStructSize file_test.go:419: File struct has size 192 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:58:24 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/06/12 03:58:24 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestRcGetVFS (0.34s) === RUN TestRcForget rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcForget (0.00s) === RUN TestRcRefresh rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcRefresh (0.00s) === RUN TestRcPollInterval rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcPollInterval (0.00s) === RUN TestRcList rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStats rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcStats (0.00s) === RUN TestReadFileHandleMethods run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:58:25 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream run.go:125: removing dir "dir" failed - try 1/3: folder not empty --- PASS: TestReadFileHandleMethods (5.32s) === RUN TestReadFileHandleSeek run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:58:30 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestReadFileHandleSeek (5.55s) === RUN TestReadFileHandleReadAt run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:58:36 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/06/12 03:58:40 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor --- PASS: TestReadFileHandleReadAt (5.76s) === RUN TestReadFileHandleFlush run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:58:41 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestReadFileHandleFlush (3.87s) === RUN TestReadFileHandleRelease run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 03:58:45 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream fstest.go:121: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:121 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:126 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /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/read_test.go:19 /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:210 Error: Should be true Test: TestReadFileHandleRelease Messages: dir/file1: Modification time difference too big |-213479h53m40.500000001s| > 1s (want 2001-02-03 04:05:06.499999999 +0000 UTC vs got 2025-06-12 03:58:47 +0000 UTC) (precision 1s) --- FAIL: TestReadFileHandleRelease (4.05s) === RUN TestRWFileHandleMethodsRead run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" run.go:125: removing dir "dir" failed - try 1/3: folder not empty --- PASS: TestRWFileHandleMethodsRead (5.53s) === RUN TestRWFileHandleSeek run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" --- PASS: TestRWFileHandleSeek (4.05s) === RUN TestRWFileHandleReadAt run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" --- PASS: TestRWFileHandleReadAt (3.99s) === RUN TestRWFileHandleFlushRead run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" --- PASS: TestRWFileHandleFlushRead (4.14s) === RUN TestRWFileHandleReleaseRead run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" run.go:285: Failed to put "dir/file1" to "OpenDrive root 'rclone-test-policoc8xeki'": failed to create file: Parent folder is trashed (Error 403) --- FAIL: TestRWFileHandleReleaseRead (8.65s) === RUN TestRWFileHandleMethodsWrite run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" --- PASS: TestRWFileHandleMethodsWrite (3.09s) === RUN TestRWFileHandleWriteAt run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" --- PASS: TestRWFileHandleWriteAt (3.09s) === RUN TestRWFileHandleWriteNoWrite run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" --- PASS: TestRWFileHandleWriteNoWrite (4.25s) === RUN TestRWFileHandleFlushWrite run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" --- PASS: TestRWFileHandleFlushWrite (2.92s) === RUN TestRWFileHandleReleaseWrite run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" --- PASS: TestRWFileHandleReleaseWrite (2.93s) === RUN TestRWFileHandleSizeTruncateExisting run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" run.go:285: Failed to put "dir/file1" to "OpenDrive root 'rclone-test-policoc8xeki'": failed to create file: Parent folder is trashed (Error 403) --- FAIL: TestRWFileHandleSizeTruncateExisting (0.63s) === RUN TestRWFileHandleSizeCreateExisting run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" run.go:285: Failed to put "dir/file1" to "OpenDrive root 'rclone-test-policoc8xeki'": failed to create file: Parent folder is trashed (Error 403) --- FAIL: TestRWFileHandleSizeCreateExisting (0.89s) === RUN TestRWFileHandleSizeCreateNew run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" --- PASS: TestRWFileHandleSizeCreateNew (2.92s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2025/06/12 03:59:37 ERROR : open-test-file(0xc0009f7680): Couldn't read size of file === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2025/06/12 03:59:37 ERROR : open-test-file(0xc000a07640): Couldn't read size of file === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2025/06/12 03:59:37 ERROR : open-test-file(0xc000a23680): Couldn't read size of file === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2025/06/12 03:59:37 ERROR : open-test-file(0xc000a3f380): Couldn't read size of file === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2025/06/12 03:59:37 ERROR : open-test-file(0xc000399100): Couldn't read size of file === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2025/06/12 03:59:37 ERROR : open-test-file(0xc00092fa80): Couldn't read size of file === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2025/06/12 03:59:37 ERROR : open-test-file(0xc00094bb00): Couldn't read size of file === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2025/06/12 03:59:37 ERROR : open-test-file(0xc000965800): Couldn't read size of file === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2025/06/12 03:59:37 ERROR : open-test-file(0xc0009b1080): Couldn't read size of file === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2025/06/12 03:59:37 ERROR : open-test-file(0xc0009cd040): Couldn't read size of file === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2025/06/12 03:59:37 ERROR : open-test-file(0xc0009ef080): Couldn't read size of file === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2025/06/12 03:59:37 ERROR : open-test-file(0xc000a00d80): Couldn't read size of file === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2025/06/12 03:59:37 ERROR : open-test-file(0xc000a77c40): Couldn't read size of file === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2025/06/12 03:59:37 ERROR : open-test-file(0xc000a8fcc0): Couldn't read size of file === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2025/06/12 03:59:37 ERROR : open-test-file(0xc000ac3580): Couldn't read size of file === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2025/06/12 03:59:37 ERROR : open-test-file(0xc000ae5280): Couldn't read size of file === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDWR === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC --- PASS: TestRWFileHandleOpenTests (1.65s) --- PASS: TestRWFileHandleOpenTests/writes (0.82s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.17s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full (0.83s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.16s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure --- PASS: TestRWFileModTimeWithOpenWriters (10.43s) === RUN TestRWCacheRename run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" --- PASS: TestRWCacheRename (2.94s) === RUN TestRWCacheUpdate run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" fstest.go:121: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:121 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:126 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /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/read_write_test.go:744 Error: Should be true Test: TestRWCacheUpdate Messages: TestRWCacheUpdate: Modification time difference too big |-53m15.063903477s| > 1s (want 2025-06-12 03:06:51.936096523 +0000 UTC m=-2789.669302139 vs got 2025-06-12 04:00:07 +0000 UTC) (precision 1s) --- FAIL: TestRWCacheUpdate (24.77s) === RUN TestCaseSensitivity run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" vfs_case_test.go:20: Can't test case sensitivity - this remote is officially not case-sensitive --- SKIP: TestCaseSensitivity (0.33s) === RUN TestUnicodeNormalization run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 04:00:20 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestUnicodeNormalization (5.57s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 04:00:22 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestVFSNew (0.33s) === RUN TestVFSNewWithOpts run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 04:00:22 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestVFSNewWithOpts (0.34s) === RUN TestVFSRoot run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 04:00:23 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestVFSRoot (0.33s) === RUN TestVFSStat run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 04:00:23 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestVFSStat (5.82s) === RUN TestVFSStatParent run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 04:00:29 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestVFSStatParent (5.34s) === RUN TestVFSOpenFile run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 04:00:34 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream fstest.go:121: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:121 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:126 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /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/vfs_test.go:258 Error: Should be true Test: TestVFSOpenFile Messages: dir/file2: Modification time difference too big |-118023h0m38.876543211s| > 1s (want 2011-12-25 12:59:59.123456789 +0000 UTC vs got 2025-06-12 04:00:38 +0000 UTC) (precision 1s) --- FAIL: TestVFSOpenFile (7.59s) === RUN TestVFSRename run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 04:00:42 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestVFSRename (6.15s) === RUN TestVFSStatfs run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 04:00:48 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestVFSStatfs (0.48s) === RUN TestVFSMkdir run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 04:00:48 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestVFSMkdir (5.82s) === RUN TestVFSMkdirAll run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 04:00:54 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure --- PASS: TestVFSMkdirAll (15.16s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 04:01:09 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestVFSIsMetadataFile (0.33s) === RUN TestWriteFileHandleReadonly write_test.go:38: Skipping test on non local remote --- SKIP: TestWriteFileHandleReadonly (0.00s) === RUN TestWriteFileHandleMethods run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 04:01:10 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/06/12 04:01:10 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2025/06/12 04:01:10 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2025/06/12 04:01:10 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2025/06/12 04:01:12 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes --- PASS: TestWriteFileHandleMethods (5.22s) === RUN TestWriteFileHandleWriteAt run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 04:01:15 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/06/12 04:01:16 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2025/06/12 04:01:18 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor --- PASS: TestWriteFileHandleWriteAt (3.64s) === RUN TestWriteFileHandleFlush run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 04:01:19 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestWriteFileHandleFlush (2.37s) === RUN TestWriteFileHandleRelease run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 04:01:21 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestWriteFileHandleRelease (2.12s) === RUN TestWriteFileModTimeWithOpenWriters run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 04:01:23 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestWriteFileModTimeWithOpenWriters (2.60s) === RUN TestFileReadAtZeroLength run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 04:01:26 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream write_test.go:370: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:370 /home/rclone/go/src/github.com/rclone/rclone/vfs/write_test.go:380 Error: Received unexpected error: failed to open file): File is deleted (Error 404) Test: TestFileReadAtZeroLength --- FAIL: TestFileReadAtZeroLength (0.65s) === RUN TestFileReadAtNonZeroLength run.go:180: Remote "OpenDrive root 'rclone-test-policoc8xeki'", Local "Local file system at /tmp/rclone1940304813", Modify Window "1s" 2025/06/12 04:01:26 NOTICE: OpenDrive root 'rclone-test-policoc8xeki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestFileReadAtNonZeroLength (2.62s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) FAIL "./vfs.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Finished ERROR in 8m8.714626298s (try 1/5): exit status 1: Failed [TestDirReadDirAll/Virtual TestDirRemoveName TestFileOpenWrite TestReadFileHandleRelease TestRWFileHandleReleaseRead TestRWFileHandleSizeTruncateExisting TestRWFileHandleSizeCreateExisting TestRWCacheUpdate TestVFSOpenFile TestFileReadAtZeroLength]