"./vfs.test -test.v -test.timeout 1h0m0s -remote TestFilesCom: -verbose -test.run '^(TestDirHandleReaddir|TestDirMethods|TestDirOpen|TestDirRename|TestRWFileHandleMethodsRead|TestReadFileHandleReadAt)$|^TestDirReadDirAll$/^Virtual$'" - Starting (try 2/5) 2026/06/25 02:41:02 DEBUG : Creating backend with remote "TestFilesCom:rclone-test-corehif2zozo" 2026/06/25 02:41:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/06/25 02:41:03 DEBUG : Creating backend with remote "/tmp/rclone1302042514" === RUN TestDirHandleReaddir run.go:198: Remote "files root 'rclone-test-corehif2zozo'", Local "Local file system at /tmp/rclone1302042514", Modify Window "1s" 2026/06/25 02:41:03 INFO : files root 'rclone-test-corehif2zozo': poll-interval is not supported by this remote 2026/06/25 02:41:07 DEBUG : WaitForWriters: timeout=30s 2026/06/25 02:41:07 DEBUG : dir/subdir: Looking for writers 2026/06/25 02:41:07 DEBUG : dir: Looking for writers 2026/06/25 02:41:07 DEBUG : file1: reading active writers 2026/06/25 02:41:07 DEBUG : file2: reading active writers 2026/06/25 02:41:07 DEBUG : subdir: reading active writers 2026/06/25 02:41:07 DEBUG : Looking for writers 2026/06/25 02:41:07 DEBUG : dir: reading active writers 2026/06/25 02:41:07 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (5.57s) === RUN TestDirMethods run.go:198: Remote "files root 'rclone-test-corehif2zozo'", Local "Local file system at /tmp/rclone1302042514", Modify Window "1s" 2026/06/25 02:41:08 INFO : files root 'rclone-test-corehif2zozo': poll-interval is not supported by this remote 2026/06/25 02:41:09 DEBUG : WaitForWriters: timeout=30s 2026/06/25 02:41:09 DEBUG : dir: Looking for writers 2026/06/25 02:41:09 DEBUG : Looking for writers 2026/06/25 02:41:09 DEBUG : dir: reading active writers 2026/06/25 02:41:09 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (1.98s) === RUN TestDirReadDirAll run.go:198: Remote "files root 'rclone-test-corehif2zozo'", Local "Local file system at /tmp/rclone1302042514", Modify Window "1s" 2026/06/25 02:41:10 INFO : files root 'rclone-test-corehif2zozo': poll-interval is not supported by this remote fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:358 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:259 Error: Should be true Test: TestDirReadDirAll Messages: listing wrong, want dir/file1 (14), dir/file2 (15), dir/subdir/file3 (16) got dir/file2 (15), dir/subdir/file3 (16) fstest.go:203: Not found "dir/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:358 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:259 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Not equal: expected: 0 actual : 1 Test: TestDirReadDirAll Messages: 1 objects not found 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:265 Error: Not equal: expected: []string{"file1,14,false", "file2,15,false", "subdir,0,true"} actual : []string{"file2,15,false", "subdir,0,true"} Diff: --- Expected +++ Actual @@ -1,3 +1,2 @@ -([]string) (len=3) { - (string) (len=14) "file1,14,false", +([]string) (len=2) { (string) (len=14) "file2,15,false", Test: TestDirReadDirAll === RUN TestDirReadDirAll/Virtual 2026/06/25 02:41:22 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/06/25 02:41:22 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/06/25 02:41:22 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/06/25 02:41:22 DEBUG : dir: Added virtual directory entry vDel: "subdir" 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:287 Error: Not equal: expected: []string{"file1,14,false", "virtualDir,0,true", "virtualFile,17,false"} actual : []string{"virtualDir,0,true", "virtualFile,17,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,2 @@ -([]string) (len=3) { - (string) (len=14) "file1,14,false", +([]string) (len=2) { (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2026/06/25 02:41:25 DEBUG : dir: invalidating directory cache 2026/06/25 02:41:25 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/06/25 02:41:25 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/06/25 02:41:25 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/06/25 02:41:25 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/06/25 02:41:25 DEBUG : dir/virtualFile: Reset virtual modtime 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{"virtualDir,0,true", "virtualFile,20,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,2 @@ -([]string) (len=3) { - (string) (len=14) "file1,14,false", +([]string) (len=2) { (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2026/06/25 02:41:25 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/06/25 02:41:25 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/06/25 02:41:25 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/25 02:41:25 DEBUG : dir: invalidating directory cache 2026/06/25 02:41:25 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/06/25 02:41:25 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/06/25 02:41:25 DEBUG : dir/virtualFile: Reset virtual modtime 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{"virtualDir,0,true", "virtualFile,20,false", "virtualFile2,100,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,2 @@ -([]string) (len=4) { - (string) (len=14) "file1,14,false", +([]string) (len=3) { (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2026/06/25 02:41:25 DEBUG : forgetting directory cache 2026/06/25 02:41:25 DEBUG : dir: forgetting directory cache 2026/06/25 02:41:25 DEBUG : dir/virtualDir: forgetting directory cache 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{"virtualDir,0,true", "virtualFile,20,false", "virtualFile2,100,false"} Diff: --- Expected +++ Actual @@ -1,3 +1,2 @@ -([]string) (len=4) { - (string) (len=14) "file1,14,false", +([]string) (len=3) { (string) (len=17) "virtualDir,0,true", Test: TestDirReadDirAll/Virtual 2026/06/25 02:41:25 DEBUG : WaitForWriters: timeout=30s 2026/06/25 02:41:25 DEBUG : dir/virtualDir: Looking for writers 2026/06/25 02:41:25 DEBUG : dir: Looking for writers 2026/06/25 02:41:25 DEBUG : virtualFile: reading active writers 2026/06/25 02:41:25 DEBUG : virtualDir: reading active writers 2026/06/25 02:41:25 DEBUG : virtualFile2: reading active writers 2026/06/25 02:41:25 DEBUG : Looking for writers 2026/06/25 02:41:25 DEBUG : dir: reading active writers 2026/06/25 02:41:25 DEBUG : >WaitForWriters: --- FAIL: TestDirReadDirAll (16.13s) --- FAIL: TestDirReadDirAll/Virtual (3.14s) === RUN TestDirOpen run.go:198: Remote "files root 'rclone-test-corehif2zozo'", Local "Local file system at /tmp/rclone1302042514", Modify Window "1s" 2026/06/25 02:41:26 INFO : files root 'rclone-test-corehif2zozo': poll-interval is not supported by this remote 2026/06/25 02:41:28 ERROR : dir/: Can only open directories read only 2026/06/25 02:41:28 DEBUG : WaitForWriters: timeout=30s 2026/06/25 02:41:28 DEBUG : dir: Looking for writers 2026/06/25 02:41:28 DEBUG : Looking for writers 2026/06/25 02:41:28 DEBUG : dir: reading active writers 2026/06/25 02:41:28 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (2.04s) === RUN TestDirRename run.go:198: Remote "files root 'rclone-test-corehif2zozo'", Local "Local file system at /tmp/rclone1302042514", Modify Window "1s" 2026/06/25 02:41:28 INFO : files root 'rclone-test-corehif2zozo': poll-interval is not supported by this remote 2026/06/25 02:41:31 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/06/25 02:41:31 DEBUG : dir: Updating dir with dir2 0x393b46f29450 2026/06/25 02:41:31 DEBUG : dir: forgetting directory cache 2026/06/25 02:41:31 DEBUG : Added virtual directory entry vDel: "dir" 2026/06/25 02:41:31 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/06/25 02:41:33 INFO : dir2/file1: Moved (server-side) to: file2 2026/06/25 02:41:33 DEBUG : file2: Updating file with file2 0x393b4706e270 2026/06/25 02:41:33 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/06/25 02:41:33 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/25 02:41:33 INFO : dir2/file3: Deleted 2026/06/25 02:41:34 INFO : file2: Moved (server-side) to: dir2/file3 2026/06/25 02:41:34 DEBUG : dir2/file3: Updating file with dir2/file3 0x393b4706e270 2026/06/25 02:41:34 DEBUG : Added virtual directory entry vDel: "file2" 2026/06/25 02:41:34 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/06/25 02:41:34 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/06/25 02:41:35 DEBUG : empty directory: Updating dir with renamed empty directory 0x393b46f28270 2026/06/25 02:41:35 DEBUG : empty directory: forgetting directory cache 2026/06/25 02:41:35 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/06/25 02:41:35 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/06/25 02:41:35 DEBUG : dir2: Renaming to "dir3" 2026/06/25 02:41:35 DEBUG : WaitForWriters: timeout=30s 2026/06/25 02:41:35 DEBUG : dir3: Looking for writers 2026/06/25 02:41:35 DEBUG : file3: reading active writers 2026/06/25 02:41:35 DEBUG : renamed empty directory: Looking for writers 2026/06/25 02:41:35 DEBUG : Looking for writers 2026/06/25 02:41:35 DEBUG : dir3: reading active writers 2026/06/25 02:41:35 DEBUG : renamed empty directory: reading active writers 2026/06/25 02:41:35 DEBUG : >WaitForWriters: --- PASS: TestDirRename (7.20s) === RUN TestReadFileHandleReadAt run.go:198: Remote "files root 'rclone-test-corehif2zozo'", Local "Local file system at /tmp/rclone1302042514", Modify Window "1s" 2026/06/25 02:41:36 INFO : files root 'rclone-test-corehif2zozo': poll-interval is not supported by this remote 2026/06/25 02:41:37 DEBUG : pacer: low level retry 1/10 (error Put "https://s3.amazonaws.com/objects.brickftp.com/metadata/126732/6893e883-5d83-404d-9ac0-3d7fbbbf05ba?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAU5E2BGFBKFOVPYNZ%2F20260625%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260625T024136Z&X-Amz-Expires=900&X-Amz-SignedHeaders=host&partNumber=1&response-content-type=application%2Foctet-stream&uploadId=jbYWb0ZunlnZ5bCbND_uSsvXj6dzMzmqMNJkI0_WFR3zWtpdUx2EPU4I7t57jIeugysD5npG44sBG02BjO0mlhIc3PFlMZKGCheVuX5Ch1EfGrJrMcUrM5r8WnsLJNNF&X-Amz-Signature=9a2b6ddeb74f6257517509b1b6bc97ce94fd6da04a8666cd4fed2963d3794903": net/http: HTTP/1.x transport connection broken: http: ContentLength=16 with Body length 0) 2026/06/25 02:41:37 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/06/25 02:41:38 DEBUG : pacer: Reducing sleep to 15ms 2026/06/25 02:41:38 DEBUG : pacer: Reducing sleep to 11.25ms 2026/06/25 02:41:38 DEBUG : pacer: Reducing sleep to 10ms fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:358 /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:127 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestReadFileHandleReadAt Messages: listing wrong, want dir/file1 (16) got dir/file1 (0) fstest.go:143: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:143 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:149 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:358 /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:127 Error: Should be true Test: TestReadFileHandleReadAt Messages: files root 'rclone-test-corehif2zozo'/dir/file1: md5 hash incorrect - expecting "4032af8d61035123906e58e067140cc5" got "d41d8cd98f00b204e9800998ecf8427e" fstest.go:143: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:143 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:149 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:358 /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:127 Error: Should be true Test: TestReadFileHandleReadAt Messages: files root 'rclone-test-corehif2zozo'/dir/file1: crc32 hash incorrect - expecting "68c4f033" got "00000000" fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:358 /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:127 Error: Not equal: expected: 16 actual : 0 Test: TestReadFileHandleReadAt Messages: dir/file1: size incorrect file=16 vs obj=0 2026/06/25 02:41:47 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/25 02:41:48 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/25 02:41:48 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/25 02:41:48 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/25 02:41:48 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/25 02:41:48 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 read_test.go:132: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/read_test.go:132 Error: Received unexpected error: EOF Test: TestReadFileHandleReadAt 2026/06/25 02:41:48 DEBUG : WaitForWriters: timeout=30s 2026/06/25 02:41:48 DEBUG : dir: Looking for writers 2026/06/25 02:41:48 DEBUG : file1: reading active writers 2026/06/25 02:41:48 DEBUG : Looking for writers 2026/06/25 02:41:48 DEBUG : dir: reading active writers 2026/06/25 02:41:48 DEBUG : >WaitForWriters: --- FAIL: TestReadFileHandleReadAt (14.21s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "files root 'rclone-test-corehif2zozo'", Local "Local file system at /tmp/rclone1302042514", Modify Window "1s" 2026/06/25 02:41:50 INFO : files root 'rclone-test-corehif2zozo': poll-interval is not supported by this remote 2026/06/25 02:41:50 DEBUG : files root 'rclone-test-corehif2zozo': vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/25 02:41:50 DEBUG : files root 'rclone-test-corehif2zozo': vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestFilesCom/rclone-test-corehif2zozo" 2026/06/25 02:41:50 DEBUG : files root 'rclone-test-corehif2zozo': vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestFilesCom/rclone-test-corehif2zozo" 2026/06/25 02:41:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestFilesCom/rclone-test-corehif2zozo" 2026/06/25 02:41:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/25 02:41:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestFilesCom/rclone-test-corehif2zozo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestFilesCom/rclone-test-corehif2zozo" 2026/06/25 02:41:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestFilesCom/rclone-test-corehif2zozo" 2026/06/25 02:41:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/25 02:41:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestFilesCom/rclone-test-corehif2zozo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestFilesCom/rclone-test-corehif2zozo" 2026/06/25 02:41:50 INFO : files root 'rclone-test-corehif2zozo': vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/25 02:41:51 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/25 02:41:51 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/25 02:41:51 DEBUG : dir/file1: newRWFileHandle: 2026/06/25 02:41:51 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/25 02:41:51 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/25 02:41:51 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/25 02:41:51 DEBUG : dir/file1(0x393b470c0400): _readAt: size=1, off=0 2026/06/25 02:41:51 DEBUG : dir/file1(0x393b470c0400): openPending: 2026/06/25 02:41:51 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/25 02:41:51 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/25 02:41:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/25 02:41:51 DEBUG : dir/file1(0x393b470c0400): >openPending: err= 2026/06/25 02:41:51 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/06/25 02:41:51 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/25 02:41:51 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/25 02:41:51 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/25 02:41:51 DEBUG : dir/file1(0x393b470c0400): >_readAt: n=1, err= 2026/06/25 02:41:51 DEBUG : dir/file1(0x393b470c0400): _readAt: size=256, off=1 2026/06/25 02:41:51 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/06/25 02:41:51 DEBUG : dir/file1(0x393b470c0400): >_readAt: n=15, err=EOF 2026/06/25 02:41:51 DEBUG : dir/file1(0x393b470c0400): _readAt: size=16, off=16 2026/06/25 02:41:51 DEBUG : dir/file1(0x393b470c0400): >_readAt: n=0, err=EOF 2026/06/25 02:41:51 DEBUG : dir/file1(0x393b470c0400): close: 2026/06/25 02:41:51 DEBUG : dir/file1(0x393b470c0400): >close: err= 2026/06/25 02:41:51 DEBUG : dir/file1(0x393b470c0400): close: 2026/06/25 02:41:51 DEBUG : dir/file1(0x393b470c0400): >close: err=file already closed 2026/06/25 02:41:51 DEBUG : WaitForWriters: timeout=30s 2026/06/25 02:41:51 DEBUG : dir: Looking for writers 2026/06/25 02:41:51 DEBUG : file1: reading active writers 2026/06/25 02:41:51 DEBUG : Looking for writers 2026/06/25 02:41:51 DEBUG : dir: reading active writers 2026/06/25 02:41:51 DEBUG : >WaitForWriters: 2026/06/25 02:41:51 DEBUG : files root 'rclone-test-corehif2zozo': vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (2.41s) FAIL 2026/06/25 02:41:52 DEBUG : files root 'rclone-test-corehif2zozo': Purge remote "./vfs.test -test.v -test.timeout 1h0m0s -remote TestFilesCom: -verbose -test.run '^(TestDirHandleReaddir|TestDirMethods|TestDirOpen|TestDirRename|TestRWFileHandleMethodsRead|TestReadFileHandleReadAt)$|^TestDirReadDirAll$/^Virtual$'" - Finished ERROR in 50.77866379s (try 2/5): exit status 1: Failed [TestDirReadDirAll/Virtual TestReadFileHandleReadAt]