"./vfs.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Starting (try 1/5) === RUN TestDirHandleMethods run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:30:06 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirHandleMethods (3.87s) === RUN TestDirHandleReaddir run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:30:10 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirHandleReaddir (8.24s) === RUN TestDirHandleReaddirnames run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:30:18 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirHandleReaddirnames (3.71s) === RUN TestDirMethods run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:30:22 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirMethods (3.38s) === RUN TestDirForgetAll run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:30:25 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --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.go:125: removing dir "dir" failed - try 2/3: folder not empty --- PASS: TestDirForgetAll (5.90s) === RUN TestDirForgetPath run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:30:31 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirForgetPath (3.55s) === RUN TestDirWalk run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:30:34 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirWalk (9.46s) === RUN TestDirSetModTime run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:30:44 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirSetModTime (3.63s) === RUN TestDirStat run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:30:48 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirStat (3.66s) === RUN TestDirReadDirAll run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:30:51 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --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", "subdir,0,true", "virtualDir,0,true", "virtualFile,20,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=3) { +([]string) (len=4) { (string) (len=14) "file1,14,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{"subdir,0,true", "virtualDir,0,true", "virtualDir2,0,true", "virtualFile,20,false", "virtualFile2,100,false"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=4) { +([]string) (len=5) { + (string) (len=13) "subdir,0,true", (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual --- FAIL: TestDirReadDirAll (13.74s) --- FAIL: TestDirReadDirAll/Virtual (4.86s) === RUN TestDirOpen run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:31:05 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/06/11 06:31:08 ERROR : dir/: Can only open directories read only run.go:125: removing dir "dir" failed - try 1/3: folder not empty --- PASS: TestDirOpen (4.83s) === RUN TestDirCreate run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:31:10 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirCreate (5.86s) === RUN TestDirMkdir run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:31:16 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirMkdir (5.32s) === RUN TestDirMkdirSub run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:31:21 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirMkdirSub (6.60s) === RUN TestDirRemove run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:31:28 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/06/11 06:31:30 ERROR : dir/: Dir.Remove not empty 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: TestDirRemove (11.32s) === RUN TestDirRemoveAll run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:31:39 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirRemoveAll (3.66s) === RUN TestDirRemoveName run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:31:42 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --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.26s) === RUN TestDirRename run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:31:47 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/06/11 06:31:51 ERROR : dir/not found: Dir.Rename error: file does not exist --- PASS: TestDirRename (9.98s) === 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-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:31:57 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirFileOpen (8.59s) === RUN TestDirEntryModTimeInvalidation run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:32:05 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --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-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:32:06 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirMetadataExtension (3.82s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:32:09 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestFileMethods (3.68s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:32:13 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --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-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:32:21 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:32:26 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" run.go:125: removing dir "dir" failed - try 1/3: folder not empty --- PASS: TestFileSetModTime (33.35s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (7.47s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (5.25s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (5.41s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (4.24s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (4.20s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (6.78s) === RUN TestFileOpenRead run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:32:47 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestFileOpenRead (4.14s) === RUN TestFileOpenReadUnknownSize 2025/06/11 06:32:51 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-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:32:51 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestFileOpenWrite (4.88s) === RUN TestFileRemove run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:32:56 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestFileRemove (4.00s) === RUN TestFileRemoveAll run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:33:00 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestFileRemoveAll (4.05s) === RUN TestFileOpen run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:33:04 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestFileOpen (3.82s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:33:07 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream === RUN TestFileRename/minimal,forceCache=false run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:33:15 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --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-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:33:23 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream === RUN TestFileRename/writes,forceCache=false run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", 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/writes,forceCache=true run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", 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-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" --- PASS: TestFileRename (67.67s) --- PASS: TestFileRename/off,forceCache=false (7.95s) --- PASS: TestFileRename/minimal,forceCache=false (7.79s) --- PASS: TestFileRename/minimal,forceCache=true (9.11s) --- PASS: TestFileRename/writes,forceCache=false (15.57s) --- PASS: TestFileRename/writes,forceCache=true (17.65s) --- PASS: TestFileRename/full,forceCache=false (9.59s) === 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-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:34:15 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/06/11 06:34:15 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestRcGetVFS (0.33s) === 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-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:34:15 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestReadFileHandleMethods (3.93s) === RUN TestReadFileHandleSeek run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:34:19 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestReadFileHandleSeek (5.45s) === RUN TestReadFileHandleReadAt run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:34:25 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/06/11 06:34:29 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor --- PASS: TestReadFileHandleReadAt (5.65s) === RUN TestReadFileHandleFlush run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:34:30 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestReadFileHandleFlush (4.03s) === RUN TestReadFileHandleRelease run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:34:34 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --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: TestReadFileHandleRelease (11.38s) === RUN TestRWFileHandleMethodsRead run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" --- PASS: TestRWFileHandleMethodsRead (3.87s) === RUN TestRWFileHandleSeek run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" --- PASS: TestRWFileHandleSeek (4.01s) === RUN TestRWFileHandleReadAt run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" --- PASS: TestRWFileHandleReadAt (3.85s) === RUN TestRWFileHandleFlushRead run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" --- PASS: TestRWFileHandleFlushRead (3.86s) === RUN TestRWFileHandleReleaseRead run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" --- PASS: TestRWFileHandleReleaseRead (3.84s) === RUN TestRWFileHandleMethodsWrite run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" --- PASS: TestRWFileHandleMethodsWrite (3.09s) === RUN TestRWFileHandleWriteAt run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" --- PASS: TestRWFileHandleWriteAt (3.08s) === RUN TestRWFileHandleWriteNoWrite run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" --- PASS: TestRWFileHandleWriteNoWrite (5.29s) === RUN TestRWFileHandleFlushWrite run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" --- PASS: TestRWFileHandleFlushWrite (2.95s) === RUN TestRWFileHandleReleaseWrite run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" --- PASS: TestRWFileHandleReleaseWrite (2.95s) === RUN TestRWFileHandleSizeTruncateExisting run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" --- PASS: TestRWFileHandleSizeTruncateExisting (4.94s) === RUN TestRWFileHandleSizeCreateExisting run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" --- PASS: TestRWFileHandleSizeCreateExisting (5.11s) === RUN TestRWFileHandleSizeCreateNew run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" --- PASS: TestRWFileHandleSizeCreateNew (2.95s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", 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/11 06:35:36 ERROR : open-test-file(0xc00071ce80): 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/11 06:35:36 ERROR : open-test-file(0xc00072ce40): 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/11 06:35:36 ERROR : open-test-file(0xc000744e80): 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/11 06:35:36 ERROR : open-test-file(0xc000762b80): 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/11 06:35:36 ERROR : open-test-file(0xc00083da40): 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/11 06:35:36 ERROR : open-test-file(0xc00085dac0): 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/11 06:35:36 ERROR : open-test-file(0xc000883b40): 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/11 06:35:36 ERROR : open-test-file(0xc0008a3840): 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-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", 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/11 06:35:37 ERROR : open-test-file(0xc000d70e00): 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/11 06:35:37 ERROR : open-test-file(0xc000d88dc0): 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/11 06:35:37 ERROR : open-test-file(0xc000d9ee00): 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/11 06:35:37 ERROR : open-test-file(0xc000db6b00): 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/11 06:35:37 ERROR : open-test-file(0xc000e159c0): 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/11 06:35:37 ERROR : open-test-file(0xc000e2da40): 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/11 06:35:37 ERROR : open-test-file(0xc000e45ac0): 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/11 06:35:37 ERROR : open-test-file(0xc000e617c0): 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.83s) --- 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.01s) --- 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.01s) --- 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.00s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- 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.01s) --- 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.01s) --- 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.01s) --- 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.82s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.18s) --- 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.00s) --- 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.00s) --- 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-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" --- PASS: TestRWFileModTimeWithOpenWriters (3.14s) === RUN TestRWCacheRename run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" --- PASS: TestRWCacheRename (2.96s) === RUN TestRWCacheUpdate run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" --- PASS: TestRWCacheUpdate (24.80s) === RUN TestCaseSensitivity run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" vfs_case_test.go:20: Can't test case sensitivity - this remote is officially not case-sensitive --- SKIP: TestCaseSensitivity (0.34s) === RUN TestUnicodeNormalization run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:36:12 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestUnicodeNormalization (5.35s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:36:14 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestVFSNew (0.34s) === RUN TestVFSNewWithOpts run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:36:14 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --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-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:36:15 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestVFSRoot (0.34s) === RUN TestVFSStat run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:36:15 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestVFSStat (5.81s) === RUN TestVFSStatParent run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:36:21 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestVFSStatParent (5.45s) === RUN TestVFSOpenFile run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:36:26 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestVFSOpenFile (7.28s) === RUN TestVFSRename run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:36:33 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestVFSRename (5.39s) === RUN TestVFSStatfs run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:36:39 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestVFSStatfs (0.51s) === RUN TestVFSMkdir run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:36:39 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --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: TestVFSMkdir (13.45s) === RUN TestVFSMkdirAll run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:36:53 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestVFSMkdirAll (7.36s) === 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-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:37:00 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --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-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:37:00 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/06/11 06:37:01 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2025/06/11 06:37:01 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2025/06/11 06:37:01 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2025/06/11 06:37:02 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes --- PASS: TestWriteFileHandleMethods (4.63s) === RUN TestWriteFileHandleWriteAt run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:37:05 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/06/11 06:37:06 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2025/06/11 06:37:08 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor --- PASS: TestWriteFileHandleWriteAt (3.38s) === RUN TestWriteFileHandleFlush run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:37:08 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestWriteFileHandleFlush (2.38s) === RUN TestWriteFileHandleRelease run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:37:11 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestWriteFileHandleRelease (2.06s) === RUN TestWriteFileModTimeWithOpenWriters run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:37:13 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestWriteFileModTimeWithOpenWriters (2.54s) === RUN TestFileReadAtZeroLength run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:37:15 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestFileReadAtZeroLength (2.23s) === RUN TestFileReadAtNonZeroLength run.go:180: Remote "OpenDrive root 'rclone-test-vineqof5ruge'", Local "Local file system at /tmp/rclone3270001821", Modify Window "1s" 2025/06/11 06:37:18 NOTICE: OpenDrive root 'rclone-test-vineqof5ruge': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestFileReadAtNonZeroLength (2.56s) === 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 7m16.173187129s (try 1/5): exit status 1: Failed [TestDirReadDirAll/Virtual TestDirRemoveName]